Name | Description | |
---|---|---|
C1SequenceCollectionView<T> Constructor | Initializes a new instance of the C1SequenceCollectionView<T> class. |
The following tables list the members exposed by C1SequenceCollectionView<T>.
Name | Description | |
---|---|---|
C1SequenceCollectionView<T> Constructor | Initializes a new instance of the C1SequenceCollectionView<T> class. |
Name | Description | |
---|---|---|
Collections | Gets the collections that feed this collection. | |
Count | Gets the number of elements in the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
HasMoreItems | Gets a value that indicates whether more items can be loaded. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
Item | Gets the item at the specified index. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
SortDescriptions | Gets the sort descriptions applied to the data. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) |
Name | Description | |
---|---|---|
CanInsert | Determines whether a new item can be inserted in the collection at the specified index. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
CanMove | Determines whether the item at fromIndex can be moved to toIndex. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
CanRemove | Determines whether the item at the specified index can be removed from the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
CanReplace | Determines whether the item at the specified index can be replaced in the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
CanSort | Returns whether the collection view is able to sort the specified sortDescriptions. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
GetItemType | Gets the type of the item. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
GetLoadedItems | Returns all the items that has been loaded so far. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
InsertAsync | Inserts the specified item at the specified index in the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
LoadAsync | Load the items between the specified indexes. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
LoadMoreItemsAsync | Loads more items. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
MoveAsync | Moves an item from the specified fromIndex to toIndex. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
RemoveAsync | Removes the item at the specified index from the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
ReplaceAsync | Replaces the item at the specified index by the specified item. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
SortAsync | Sorts the collection view according to the specified sortDescriptions. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) |
Name | Description | |
---|---|---|
ToCollectionView | Overloaded. Converts an System.Collections.IEnumerable to a collection view. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the collection changes. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) | |
SortChanged | Raised after a sort operation was performed. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>) |